From: Gabriel Wicke Date: Thu, 22 Apr 2004 22:45:31 +0000 (+0000) Subject: typo X-Git-Tag: 1.3.0beta1~321 X-Git-Url: http://git.cyclocoop.org/wiki/%27.%24skin%5B%27img%27%5D.%27?a=commitdiff_plain;h=bbd73ee3b8c6b56abe120615c3b0f778b2acd17a;p=lhc%2Fweb%2Fwiklou.git typo --- diff --git a/includes/SkinPHPTal.php b/includes/SkinPHPTal.php index 1f2930276d..39dbe70edd 100644 --- a/includes/SkinPHPTal.php +++ b/includes/SkinPHPTal.php @@ -84,7 +84,7 @@ #} $tpl->setRef( "title", &$this->titletxt ); // ? - if(!empty($action) { + if(!empty($action)) { $taction = $this->getPageTitleActionText(); $taction = !empty($taction)?' - '.$taction:''; } else { $taction = ''; }